home *** CD-ROM | disk | FTP | other *** search
- *** options.h.orig Thu Jun 29 02:25:56 1995
- --- options.h Mon Aug 28 11:06:55 1995
- ***************
- *** 103,109 ****
- #define LOGFAC LOG_DAEMON /* what syslog facility should named use? */
- #endif
- #define SECURE_ZONES /* if you want to inhibit world access to zones (gns)*/
- ! #define ROUND_ROBIN /* rotate databuf list after each access (mtr) */
- #define ADDAUTH /* return NS and glue w/ authorative answers (mpa) */
- #define RFC1535 /* use RFC 1535 default for "search" list (vix) */
- #define GEN_AXFR /* distinct zones within each class */
- --- 103,110 ----
- #define LOGFAC LOG_DAEMON /* what syslog facility should named use? */
- #endif
- #define SECURE_ZONES /* if you want to inhibit world access to zones (gns)*/
- ! /* #define ROUND_ROBIN /* rotate databuf list after each access (mtr) */
- ! #define SETTRANSFER /* permit alternative zone transfer mechanisms (tpb) */
- #define ADDAUTH /* return NS and glue w/ authorative answers (mpa) */
- #define RFC1535 /* use RFC 1535 default for "search" list (vix) */
- #define GEN_AXFR /* distinct zones within each class */
- ***************
- *** 120,128 ****
- --- 121,135 ----
- /*#define BIND_NOTIFY /* experimental - do not enable in customer products */
- /*#define LOC_RR /* support for (draft) LOC record parsing (ckd) */
-
- +
- /*--------------------------------------------*
- * no user-servicable parts beyond this point *
- *--------------------------------------------*/
- +
- + /* This will cause an error if mutually exclusive options have been chosen*/
- + #if defined(SETTRANSFER) && defined(ROUND_ROBIN)
- + Warning options "ROUND_ROBIN" and "SETTRANSFER" and mutually exclusive;
- + #endif
-
- /* if DSTORAGE is defined, we need to disable DMALLOC and remap
- * malloc and free to storage.o's exported names. storage.o also
-